.lm_container {
    position: relative;
    overflow: hidden;
}

.fixed-bg {
    position: absolute;
    left: 0;
    top: 1432px;
    background: url(img/jie-bg.png) no-repeat center center;
    /* background-size: cover; */
    z-index: 0;
    width: 100%;
    height: 443px;
}

.lm_banner {
    position: relative;
    height: 400px;
    background: url(img/bzl-banner.png) no-repeat center center;
    background-size: cover;
}

.lm_banner .banner_txt {
    width: 460px;
    height: 170px;
    padding: 96px 0 0;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.common_b_txt {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 14px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin-top: 26px;
    background: url(img/common-b-txt.png) no-repeat center center;
    background-size: cover;
}

.common_b_txt:before {
    position: absolute;
    left: -40px;
    content: "";
    top: 5px;
    width: 34px;
    height: 34px;
    background: url(img/common-b-left.png) no-repeat left center;
    background-size: 34px 34px;
}

.common_b_txt:after {
    position: absolute;
    right: -40px;
    content: "";
    top: 5px;
    width: 34px;
    height: 34px;
    background: url(img/common-b-right.png) no-repeat left center;
    background-size: 34px 34px;
}

/* nav */
.common_nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
}

.common_nav_ul li {
    display: inline-block;
    position: relative;
    margin: 0 60px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.common_nav_ul li.on:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    width: 62px;
    height: 14px;
    background: url(img/common-nav-on.png) no-repeat center center;
}

.common_tit {
    padding-top: 50px;
    background: url(img/common/common-one.png) no-repeat top center;
    background-size: 160px 160px;
}

.common_tit .p1 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
    line-height: 31px;
    padding: 0 120px;
}

.common_tit .p1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 104px;
    height: 19px;
    background: url(img/common/common-dot-left.png) no-repeat left center;
    background-size: 104px 19px;
}

.common_tit .p1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 104px;
    height: 19px;
    background: url(img/common/common-dot-right.png) no-repeat left center;
    background-size: 104px 19px;
}

.common_tit .p2 {
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.common_1 {
    padding: 60px 0 69px;
    background-color: #F5F6F7;
}

.common_1_list {
    margin-top: 48px;
}

.common_1_list .item {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 104px;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    background: url(img/common/common-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.common_1_list .item:first-child + .item {
    background: url(img/common/common-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.common_1_list .item:first-child + .item + .item {
    background: url(img/common/common-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.common_1_list .item:first-child + .item + .item + .item {
    background: url(img/common/common-z-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.common_2 {
    padding: 60px 0 0;
    background-color: #fff;
}

.common_2 .common_tit {
    padding-top: 50px;
    background: url(img/common/common-two.png) no-repeat top center;
    background-size: 160px 160px;
}

.common_2_list {
    position: relative;
    padding-top: 48px;
    padding-bottom: 75px;
}

.common_2_list:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -165px;
    width: 280px;
    height: 283px;
    background: url(img/common/common-bitmap.png) no-repeat top 4px center;
    background-size: 280px 283px;
}

.common_2_list .item {
    display: inline-block;
    width: 454px;
    height: 88px;
    background: url(img/common/common-nan.png) no-repeat center center;
    background-size: 454px 88px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 115px;
    text-align: center;
    margin: 0 20px;
}

.common_2_list .item:first-child, .common_2_list .item:first-child + .item {
    margin-bottom: 25px;
}

.common_3 {
    position: relative;
    padding: 58px 0 53px;
    /* background: url(img/common/jie-bg.png) no-repeat center center; */
    background-size: 100% 100%;
}


.common_3 .common_tit {
    padding-top: 50px;
    background: url(img/common/common-three.png) no-repeat top center;
    background-size: 160px 160px;
}

.common_3 .common_tit .p1 {
    color: #fff;
}

.common_3_list {
    padding-top: 48px;
}

.common_3_list .item {
    display: inline-block;
    width: 454px;
    height: 88px;
    background: url(img/common/common-jie.png) no-repeat center center;
    background-size: 454px 88px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 115px;
    text-align: center;
    margin: 0 20px;
}

.common_3_list .item:first-child, .common_3_list .item:first-child + .item {
    margin-bottom: 25px;
}

.common_4 {
    padding: 56px 0 60px;
    background-color: #fff;
}

.common_4 .common_tit {
    padding-top: 56px;
    background: url(img/common/common-four.png) no-repeat top center;
    background-size: 160px 160px;
}

.common_4_list {
    padding-top: 16px;
}

.common_4_list .item {
    display: inline-block;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 146px;
    background: url(img/common/common-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
    width: 220px;
    margin: 0 60px;
    margin-top: 32px;
}

.common_4_list .item:first-child + .item, .common_4_list .item:first-child + .item + .item + .item + .item {
    margin: 0 40px;
}

.common_4_list .item:first-child + .item {
    background: url(img/common/common-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.common_4_list .item:first-child + .item + .item {
    background: url(img/common/common-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.common_4_list .item:first-child + .item + .item + .item {
    background: url(img/common/common-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}

.common_4_list .item:first-child + .item + .item + .item + .item {
    background: url(img/common/common-ys-5.png) no-repeat top center;
    background-size: 130px 130px;
}

.common_4_list .item:first-child + .item + .item + .item + .item + .item {
    background: url(img/common/common-ys-6.png) no-repeat top center;
    background-size: 130px 130px;
}

.common_5 {
    padding: 68px 0;
    background: #EDEEEE url(img/common/common-5-bg.png) no-repeat center center;
    background-size: 100% 795px;
}

.common_5 .common_tit {
    padding-top: 56px;
    background: url(img/common/common-five.png) no-repeat top center;
    background-size: 160px 160px;
}

.common_5_list {
    position: relative;
    display: inline-block;
    width: 820px;
    height: 406px;
    background: url(img/common/common-video-bg.png) no-repeat center center;
    background-size: 820px 406px;
    text-align: center;
    margin: 51px auto 0;
    box-sizing: border-box;
    padding: 16px 18px;
}

.common_5_list .common_5_info {
    position: relative;
    width: 100%;
    height: 100%;
}

.common_5_info .common_5_video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    animation: mymove 1s infinite alternate;
    transition: all .2s linear;
    cursor: pointer;
    z-index: 10;
}

.common_video_bg_img {
    max-width: 100%;
    max-height: 100%;
}

.common_video_bg_i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

@keyframes mymove {
    from {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

.form_btn_submit {
    width: 223px;
    height: 58px;
    background: url(img/common/tiyan-button.png) no-repeat center center;
    background-size: 223px 58px;
    margin: 20px auto 0;
    text-align: center;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.video-box,
.video-box1 {
    width: 1000px;
    height: 562px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 10px 6px;
    margin-left: -500px;
    margin-top: -281px;
    z-index: 95
}

.video-close,
.video-close1 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    color: #fff;
    background: url(https://www.digua.com/common/dgnew/style/css/img/icon-close.png) no-repeat center center;
    cursor: pointer;
    z-index: 96
}

.maskx {
    display: none;
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .5);
    text-align: center !important;
    cursor: pointer;
    filter: Alpha(opacity=50);
    z-index: 94
}

.pause {
    position: absolute;
    width: 74px;
    height: 74px;
    top: 120px;
    left: 226px;
    background: url('../image/icon_start.png') no-repeat;
    animation: mymove 1s infinite alternate;
    z-index: 10;
}

@keyframes mymove {
    from {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}


/* 交易管理css */
.deal_container .lm_banner .banner_txt {
    width: 768px;
    height: 170px;
    padding: 96px 0 0;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.deal_container .common_1_list .item:first-child {
    background: url(img/common/deal-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.deal_container .common_1_list .item:first-child + .item {
    background: url(img/common/deal-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.deal_container .common_1_list .item:first-child + .item + .item {
    background: url(img/common/deal-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.deal_container .common_1_list .item:first-child + .item + .item + .item {
    background: url(img/common/deal-z-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.deal_container .common_3 {
    padding: 58px 0 53px;
    background: url(img/common/jie-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.deal_container .common_3 .common_tit {
    padding-top: 50px;
    background: url(img/common/common-three.png) no-repeat top center;
    background-size: 160px 160px;
}

.deal_container .common_3 .common_tit .p1 {
    color: #fff;
}

.deal_container .common_3_list {
    padding-top: 48px;
}

.deal_container .common_3_list .item {
    display: inline-block;
    width: 454px;
    height: 113px;
    background: url(img/common/deal-jie.png) no-repeat center center;
    background-size: 454px 113px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin: 0 20px;
    padding: 45px 54px 0;
    box-sizing: border-box;
    text-align: left;
}

.deal_container .common_4_list {
    padding-top: 16px;
}

.deal_container .common_4_list .item {
    float: left;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 146px;
    width: 25%;
    margin: 32px 0 0 !important;
}

.deal_container .common_4_list .list_1 .item:first-child {
    background: url(img/common/deal-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_1 .item:first-child + .item {
    background: url(img/common/deal-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_1 .item:first-child + .item + .item {
    background: url(img/common/deal-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_1 .item:first-child + .item + .item + .item {
    background: url(img/common/deal-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_2 .item:first-child {
    background: url(img/common/deal-ys-5.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_2 .item:first-child + .item {
    background: url(img/common/deal-ys-6.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_2 .item:first-child + .item + .item {
    background: url(img/common/deal-ys-7.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_4_list .list_2 .item:first-child + .item + .item + .item {
    background: url(img/common/deal-ys-8.png) no-repeat top center;
    background-size: 130px 130px;
}

.deal_container .common_3_info {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    padding: 24px 0 0 124px;
}

.deal_container .common_3_info i {
    color: #C30D23;
}

/* 标查查css */
.bcc_container .lm_banner .banner_txt {
    width: 614px;
    height: 167px;
    padding: 96px 0 0;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.bcc_container .common_1_list .item:first-child {
    background: url(img/common/bcc-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.bcc_container .common_1_list .item:first-child + .item {
    background: url(img/common/bcc-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.bcc_container .common_1_list .item:first-child + .item + .item {
    background: url(img/common/bcc-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.bcc_container .common_1_list .item:first-child + .item + .item + .item {
    background: url(img/common/bcc-z-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.bcc_container .common_4_list .list_1 .item:first-child {
    background: url(img/common/bcc-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
}

.bcc_container .common_4_list .list_1 .item:first-child + .item {
    background: url(img/common/bcc-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.bcc_container .common_4_list .list_1 .item:first-child + .item + .item {
    background: url(img/common/bcc-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.bcc_container .common_4_list .list_1 .item:first-child + .item + .item + .item {
    background: url(img/common/bcc-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}


.bcc_container .common_45 {
    background: url(img/common/common-45-bg.png) no-repeat center center;
}

.bcc_container .common_5, .bcc_container .common_4 {
    background: transparent;
}

/* 智能logo css */
.logo_container .common_3 {
    padding: 58px 0 53px;
    background: url(img/common/jie-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.logo_container .common_1_list .item:first-child {
    background: url(img/common/logo-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.logo_container .common_1_list .item:first-child + .item {
    background: url(img/common/logo-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.logo_container .common_1_list .item:first-child + .item + .item {
    background: url(img/common/logo-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.logo_container .common_1_list .item:first-child + .item + .item + .item {
    background: url(img/common/logo-z-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.logo_container .lm_banner .banner_txt {
    width: 590px;
    height: 171px;
    padding: 96px 0 0;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.logo_container .common_3_list .item {
    display: inline-block;
    width: 454px;
    height: 113px;
    background: url(img/common/deal-jie.png) no-repeat center center;
    background-size: 454px 113px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin: 0 20px;
    padding: 45px 54px 0;
    box-sizing: border-box;
    text-align: left;
}

.logo_container .common_4_list .item:first-child {
    background: url(img/common/logo-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
}

.logo_container .common_4_list .item:first-child + .item {
    background: url(img/common/logo-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.logo_container .common_4_list .item:first-child + .item + .item {
    background: url(img/common/logo-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.logo_container .common_4_list .item:first-child + .item + .item + .item {
    background: url(img/common/logo-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}

.logo_container .common_4_list .item:first-child + .item + .item + .item + .item {
    background: url(img/common/logo-ys-5.png) no-repeat top center;
    background-size: 130px 130px;
}

.logo_container .common_4_list .item:first-child + .item + .item + .item + .item + .item {
    background: url(img/common/logo-ys-6.png) no-repeat top center;
    background-size: 130px 130px;
}


/* 商标监控 */
.bjk_contanier .common_1_list .item:first-child {
    background: url(img/common/bjk-z-1.png) no-repeat top center;
    background-size: 80px 80px;
}

.bjk_contanier .common_1_list .item:first-child + .item {
    background: url(img/common/bjk-z-2.png) no-repeat top center;
    background-size: 80px 80px;
}

.bjk_contanier .common_1_list .item:first-child + .item + .item {
    background: url(img/common/bjk-z-3.png) no-repeat top center;
    background-size: 80px 80px;
}

.bjk_contanier .common_1_list .item:first-child + .item + .item + .item {
    background: url(img/common/bjk-z-4.png) no-repeat top center;
    background-size: 80px 80px;
}

.bjk_contanier .lm_banner .banner_txt {
    width: 615px;
    height: 167px;
    padding: 96px 0 0;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.bjk_contanier .common_3_list .item {
    display: inline-block;
    width: 454px;
    height: 113px;
    background: url(img/common/deal-jie.png) no-repeat center center;
    background-size: 454px 113px;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin: 0 20px;
    padding: 45px 35px 0;
    box-sizing: border-box;
    text-align: left;
}

.bjk_contanier .common_4_list .item {
    float: left;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 146px;
    width: 25%;
    margin: 32px 0 0 !important;
}

.bjk_contanier .common_4_list .list_1 .item:first-child {
    background: url(img/common/bjk-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
}

.bjk_contanier .common_4_list .list_1 .item:first-child + .item {
    background: url(img/common/bjk-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.bjk_contanier .common_4_list .list_1 .item:first-child + .item + .item {
    background: url(img/common/bjk-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.bjk_contanier .common_4_list .list_1 .item:first-child + .item + .item + .item {
    background: url(img/common/bjk-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}

/* 商标公证 */
.bgz_contanier .common_3 .common_tit .p1 {
    color: #333;
}


.bgz_contanier .lm_banner .banner_txt {
    width: 727px;
    height: 68px;
    padding: 68px 0 23px;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 2s .1s steps(80) both;
}

.bgz_txt span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: inline-block;
    padding-left: 20px;
    background: url(img/icon-bgz-right.png) no-repeat left center;
    background-size: 16px 16px;
    margin: 0 12px;
}

.bgz_contanier .bgz_code_img {
    text-align: center;
    margin: 25px auto 0;
    width: 138px;
    height: 138px;
}

.bgz_contanier .bgz_code_img img {
    width: 100%;
    height: 100%;
}

.common_js {
    padding: 57px 0 44px;
    background-color: #F5F6F7;
}

.common_js .p2 {
    width: 980px;
    text-align: left;
    margin: 40px auto 0;
}

.common_js .common_tit {
    background: url(img/icon-bgz-tit-1.png) no-repeat center center;
    background-size: 160px 160px;
    padding-top: 70px;
}

.bgz_contanier .common_1 {
    background-color: #fff;
}

.bgz_contanier .common_1 .common_tit {
    background: url(img/icon-bgz-tit-2.png) no-repeat top 10px center;
    background-size: 160px 160px;
    padding-top: 70px;
}

.bgz_contanier .common_2 {
    background-color: #F5F6F7;
}

.bgz_contanier .common_2 .common_tit {
    background: url(img/icon-bgz-tit-3.png) no-repeat top 10px center;
    background-size: 160px 160px;
    padding-top: 70px;
}

.bgz_contanier .common_3 .common_tit {
    background: url(img/icon-bgz-tit-4.png) no-repeat top 10px center;
    background-size: 160px 160px;
    padding-top: 70px;
}

.bgz_contanier .common_3_list .detail {
    text-align: left;
    padding: 22px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.bgz_contanier .common_3_list .detail .p1 {
    position: relative;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
    padding-left: 28px;
    background: url(img/icon-bgz-q.png) no-repeat left center;
    background-size: 24px 24px;
    cursor: pointer;
}

.bgz_contanier .common_3_list .detail .p2 {
    display: none;
    margin-top: 14px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    box-sizing: border-box;
    padding-left: 28px;
}

.bgz_contanier .common_3_list .detail .p1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 9px;
    width: 11px;
    height: 6px;
    background: url(img/icon-bgz-down.png) no-repeat center center;
    background-size: 11px 6px;
}

.bgz_contanier .common_3_list .detail.on .p2 {
    display: block;
}

.bgz_contanier .common_3_list .detail.on .p1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 9px;
    width: 11px;
    height: 6px;
    background: url(img/icon-bgz-up.png) no-repeat center center;
    background-size: 11px 6px;
}


.bgz_contanier .bgz_item {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    width: 160px;
    text-align: center;
    margin-left: 102px;
}

.bgz_contanier .bgz_item p {
    font-family: STSongti-SC-Black, STSongti-SC;
    margin-bottom: 41px;
}

.bgz_contanier .bgz_item img {
    width: 160px;
    height: 323px;
}

.bgz_contanier .common_4_list .item {
    float: left;
    font-size: 16px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    text-align: center;
    padding-top: 146px;
    width: 25%;
    margin: 32px 0 0 !important;
}

.bgz_contanier .common_4_list .list_1 .item:first-child {
    background: url(img/common/bgz-ys-1.png) no-repeat top center;
    background-size: 130px 130px;
}

.bgz_contanier .common_4_list .list_1 .item:first-child + .item {
    background: url(img/common/bgz-ys-2.png) no-repeat top center;
    background-size: 130px 130px;
}

.bgz_contanier .common_4_list .list_1 .item:first-child + .item + .item {
    background: url(img/common/bgz-ys-3.png) no-repeat top center;
    background-size: 130px 130px;
}

.bgz_contanier .common_4_list .list_1 .item:first-child + .item + .item + .item {
    background: url(img/common/bgz-ys-4.png) no-repeat top center;
    background-size: 130px 130px;
}


.ybh_banner {
    height: 420px;
    background: url(img/ybh/ybh-banner-bg.png) no-repeat center center;
    background-size: 100% 420px;
    margin-bottom: 390px;
}

.ybh_banner .banner_txt {
    width: 455px;
    height: 59px;
    margin-bottom: 10px;
}

.ybh_banner .ybh_p {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.ybh_banner .ybh_wrap {
    width: 963px;
    height: 566px;
    position: relative;
    margin: 0 auto 0;
}

.ybh_banner .ybh_wrap .img1 {
    width: 963px;
    height: 566px;
}

.ybh_banner .ybh_wrap .img2 {
    position: absolute;
    top: 169px;
    left: -41px;
    width: 250px;
    height: 308px;
    -webkit-animation: robot1ImgBoxAnimation 8.1s ease-in-out 0s infinite alternate;
    animation: robot1ImgBoxAnimation 8.1s ease-in-out 0s infinite alternate;
}

.ybh_banner .ybh_wrap .img3 {
    position: absolute;
    top: 184px;
    right: -17px;
    width: 271px;
    height: 223px;
    -webkit-animation: robot1ImgBoxAnimation2 5s ease-in-out 0s infinite alternate;
    animation: robot1ImgBoxAnimation2 5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes robot1ImgBoxAnimation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, -15px);
        transform: translate(0px, -15px)
    }
}

@keyframes robot1ImgBoxAnimation {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, -15px);
        transform: translate(0px, -15px)
    }
}

@-webkit-keyframes robot1ImgBoxAnimation2 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(-10px, 0);
        transform: translate(-10px, 0)
    }
}

@keyframes robot1ImgBoxAnimation2 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    100% {
        -webkit-transform: translate(-10px, 0);
        transform: translate(-10px, 0)
    }
}

.ybh_1 {
    background-color: #fff;
    padding-bottom: 66px;
}

.ybh_1 .common_tit {
    padding-top: 50px;
    background: url(img/ybh/ybh-icon-yun.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_1 .ybh_1_list {
    margin-top: 50px;
    width: 980px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    text-align: justify;
}

.ybh_2 {
    background-color: #F5F6F7;
    padding: 76px 0 43px;
}

.ybh_2 .common_tit {
    padding-top: 50px;
    background: url(img/ybh/ybh-icon-biao.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_2_list {
    margin-top: 64px;
    margin-left: -21px;
}

.ybh_2_list.ybh_2_list_index .item {
    float: left;
    width: 386px;
    height: 153px;
    margin-left: 21px;
    margin-bottom: 18px;
    background: #fff url(img/ybh/ybh-biao-1.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list.ybh_2_list_index .item > div {
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 83px;
    padding-left: 83px;
}


.ybh_2_list.ybh_2_list_ybh .item {
    float: left;
    width: 386px;
    height: 103px;
    margin-left: 21px;
    margin-bottom: 18px;
    background: #fff url(img/ybh/ybh-biao-1.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list.ybh_2_list_ybh .item > a {
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 83px;
    padding-left: 83px;
}


.ybh_2_list .item:first-child + .item {
    background: #fff url(img/ybh/ybh-biao-2.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list .item:first-child + .item + .item {
    background: #fff url(img/ybh/ybh-biao-3.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list .item:first-child + .item + .item + .item {
    background: #fff url(img/ybh/ybh-biao-4.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list .item:first-child + .item + .item + .item + .item {
    background: #fff url(img/ybh/ybh-biao-5.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list .item:first-child + .item + .item + .item + .item + .item {
    background: #fff url(img/ybh/ybh-biao-6.png) no-repeat left 30px top 30px;
    background-size: 40px 40px;
}

.ybh_2_list .item .p1 {
    display: block;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    margin-bottom: 4px;
    padding-top: 24px;
}

.ybh_2_list .item .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}


.ybh_3 {
    background-color: #fff;
    padding: 64px 0 53px;
}

.ybh_3 .common_tit {
    padding-top: 50px;
    background: url(img/ybh/ybh-icon-yun.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_3_list {
    margin-top: 64px;
}

.ybh_3_list .item {
    position: relative;
    float: left;
    width: 96px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-left: 124px;
    padding-top: 88px;
    background: url(img/ybh/ybh-te-1.png) no-repeat top center;
    background-size: 72px 72px;
    cursor: pointer;
}

.ybh_3_list .item:first-child {
    margin-left: 0;
}

.ybh_3_list .item.on i {
    position: absolute;
    bottom: -77px;
    left: 50%;
    width: 44px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    background: url(img/ybh/ybh-san.png) no-repeat center center;
    background-size: 100% 100%;
}

.ybh_3_list .item2 {
    background: url(img/ybh/ybh-te-2.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item3 {
    background: url(img/ybh/ybh-te-3.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item4 {
    background: url(img/ybh/ybh-te-4.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item5 {
    background: url(img/ybh/ybh-te-5.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item6 {
    background: url(img/ybh/ybh-te-6.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item.on {
    color: #A0744E;
}

.ybh_3_list .item1.on {
    background: url(img/ybh/ybh-te-01.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item2.on {
    background: url(img/ybh/ybh-te-02.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item3.on {
    background: url(img/ybh/ybh-te-03.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item4.on {
    background: url(img/ybh/ybh-te-04.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item5.on {
    background: url(img/ybh/ybh-te-05.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_list .item6.on {
    background: url(img/ybh/ybh-te-05.png) no-repeat top center;
    background-size: 72px 72px;
}

.ybh_3_con {
    height: 550px;
    background-color: #F5F6F7;
}

.ybh_3_item {
    position: relative;
    padding-bottom: 80px;
    padding-top: 20px;
}

.ybh_3_item .item_left {
    margin-top: 110px;
}

.ybh_3_item .items {
    width: 380px;
    height: 81px;
    box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 18px 0 0 24px;
    margin-bottom: 20px;
    background-color: #fff;
}

.ybh_3_item .items:first-child {
    background: #fff url(img/ybh/ybh-te-face.png) no-repeat right 24px center;
    background-size: 38px 38px;
}

.ybh_3_item .items .p1 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 4px;
}

.ybh_3_item .items .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.ybh_3_item .items .p1 i {
    color: #E1251B;
}

.ybh_3_item .item_right {
    position: absolute;
    right: 0;
}

.ybh_3_item .item_right, .ybh_3_item .item_right img {
    width: 848px;
    height: 500px;
}


.ybh_4 {
    background-color: #F5F6F7;
    padding: 32px 0 0;
}

.ybh_4 .common_tit {
    padding-top: 50px;
    background: url(img/ybh/ybh-icon-xiao.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_4_list {
    position: relative;
    padding: 64px 0;
}

.ybh_4_left {
    width: 385px;
    height: 530px;
}

.ybh_4_left img {
    width: 385px;
    height: 530px;
}

.ybh_4_list .ybh_4_right {
    width: 1000px;
    position: absolute;
    left: 200px;
    top: 157px;
}

.ybh_4_list .swiper-slide {
    width: 360px;
    height: 370px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: .6;
}

/* .ybh_4_list .swiper-slide.swiper-slide-duplicate{
    opacity: 0;
} */
.ybh_4_list .swiper-slide-active, .ybh_4_list .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}

.ybh_4_list .swiper-slide img {
    width: 320px;
    height: 368px;
}

.ybh_5 {
    background-color: #f5f5f5;
    padding: 64px 0;
}

.ybh_5 .common_tit {
    padding-top: 50px;
    background: url(img/ybh/ybh-icon-nuo.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_5_list {
    padding-top: 64px;
}

.ybh_5_list {
    margin: 0 auto;
}

.ybh_5_list .item {
    display: inline-block;
    margin-left: 24px;
    padding: 0 40px 0 24px;
    vertical-align: top;
}

.ybh_5_list .p1 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
    padding-top: 82px;
}

.ybh_5_list .p2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.ybh_5_list .item1 {
    width: 360px;
    height: 186px;
    background: url(img/ybh/ybh-nuo-1.png) no-repeat center center;
    background-size: 360px 186px;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
}

.ybh_5_list .item2 {
    width: 360px;
    height: 209px;
    background: url(img/ybh/ybh-nuo-2.png) no-repeat center center;
    background-size: 360px 209px;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
}

.ybh_5_list .item3 {
    width: 360px;
    height: 186px;
    background: url(img/ybh/ybh-nuo-3.png) no-repeat center center;
    background-size: 360px 186px;
    box-shadow: 0px 2px 10px 4px rgba(8, 5, 30, 0.06);
}


.o_index_guangg {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 156px;
    overflow: hidden;
}

.o_index_guangg img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 156px;
}

.ybh_6 {
    background-color: #fff;
    padding: 64px 0;
}

.ybh_6 .common_tit {
    background: url(img/icon-new-bi.png) no-repeat top center;
    background-size: 160px 160px;
}

.ybh_6_list {
    padding-top: 50px;
}

.ybh_b_head {
    width: 648px;
}

.ybh_b_head img {
    float: left;
    width: 115px;
    height: 34px;
}

.ybh_b_head .vs {
    float: left;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 0 196px;
}

.list_table table {
    width: 900px;
    margin: 24px auto 0;
}

.list_table tr {
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.list_table tr td:first-child {
    background: #FEF0F1;
    width: 380px;
}

.list_table tr td:first-child + td {
    background-color: #e6e6e6;
    width: 140px;
    font-weight: bold;
    /* opacity: .75; */
}

.list_table tr td:first-child + td + td {
    width: 380px;
    background: rgba(73, 139, 255, .1);
}

.list_table .tr2 td:first-child {
    background: rgba(254, 240, 241, .5);
    width: 380px;
}

.list_table .tr2 td:first-child + td {
    background-color: rgba(245, 245, 245, 1);
    width: 140px;
    /* opacity: .75; */
    font-weight: bold;
}

.list_table .tr2 td:first-child + td + td {
    width: 380px;
    background: rgba(73, 139, 255, .05);
}


.lm_index_6 {
    padding: 50px 0;
}

.lm_index_6 .common_tit {
    background: url(img/icon-new-zi.png) no-repeat top center;
    background-size: 160px 160px;
}

.lm_index_6 .index_6_list {
    margin-top: 47px;
}

.index_6_list .news_item {
    width: 387px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
}

.index_6_list .news_item .tit {
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #815B58;
    background: url(img/icon-news-tit.png) no-repeat center center;
    background-size: 387px 66px;
    display: block;
}

.index_6_list .news_item:first-child + .news_item .tit {
    background: url(img/icon-news-tit2.png) no-repeat center center;
    background-size: 387px 66px;
}

.index_6_list .news_item:first-child + .news_item + .news_item .tit {
    background: url(img/icon-news-tit3.png) no-repeat center center;
    background-size: 387px 66px;
}

.news_item {
    float: left;
    margin-left: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.index_6_list {
    margin-left: -21px;
}

.news_ul {
    height: 423px;
    padding: 0 26px;
}

.news_ul li {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    border-top: 1px solid rgba(216, 216, 216, .27);
}

.news_item:hover {
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
    transform: translateY(-8px);
}

.news_ul li:first-child {
    border: none;
}

.news_ul li a {
    float: left;
    width: 72%;
    font-weight: 400;
    color: #333333;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_ul li a:hover {
    color: #C30D23;
}

.news_ul li span {
    line-height: 52px;
    float: right;
    color: #999;
}

.see_more {
    display: block;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.see_more:hover {
    color: #C30D23;
    text-decoration: underline;
}

.index_tit .p1 {
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
    line-height: 31px;
}

.index_tit .p2 {
    margin-top: 8px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.index_tit {
    position: relative;
    background: url(img/one.png) no-repeat top center;
    background-size: 160px 160px;
    padding-top: 58px;
}

/* .index_tit:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    width: 335px;
    height: 44px;
    background: url(img/left-line.png) no-repeat center center;
    background-size: 335px 44px;
}
.index_tit:after{
    position: absolute;
    content: "";
    right:0;
    top: 50px;
    width: 335px;
    height: 44px;
    background: url(img/right-line.png) no-repeat center center;
    background-size: 335px 44px;
} */


.lm_gg {
    width: 650px;
    margin: -50px auto 20px;
    height: 60px;
    line-height: 60px;
}

.lm_gg .gg_tit {
    font-size: 16px;
    font-family: STSongti-SC-Bold, STSongti-SC;
    font-weight: bold;
    color: #C30D23;
    line-height: 22px;
    line-height: 60px;
    margin-right: 40px;
}

.lm_gg .gg_more {
    font-size: 16px;
    font-family: STSongti-SC-Black;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 60px;
}

.lm_gg .gg_more:hover {
    color: #C30D23;
}

.lm_gg .gg_list a {
    width: 480px;
    line-height: 60px;
    float: left;
    font-weight: 400;
    color: #1E1E1E;
    box-sizing: border-box;
    padding-left: 23px;
    background: url(img/dot.png) no-repeat left center;
    background-size: 16px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease-out;
}

.lm_gg .gg_list a:first-child + a + a {
    margin-right: 0;
}

.lm_gg .gg_list a:hover {
    color: #C30D23;
}

.ybh_2_list .btn {
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 96px;
    height: 34px;
    line-height: 34px;
    background: url(img/icon-index-btn-in.png) no-repeat center center;
    background-size: 86px 34px;
    margin: 0 auto;
    transition: all .3s ease-out;
    display: inline-block;
}

.ybh_2_list .btn:hover {
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 96px;
    height: 34px;
    line-height: 34px;
    background: url(img/icon-index-btn-on.png) no-repeat center center;
    background-size: 86px 34px;
    margin: 0 auto;
}

.ybh_2_list .tc_info {
    margin-top: 14px;
}


.lm_index_4 {
    padding: 50px 0;
    background: #F5F6F7
}

.lm_index_4 .common_tit {
    background: url(img/icon-hz-3.png) no-repeat top center;
    background-size: 160px 160px;
}

.lm_index_4 .index_4_list {
    width: 672px;
    margin: 0 auto;
    margin-top: 50px;
}

.lm_index_4 .form_item {
    margin-bottom: 16px;
}

.lm_index_4 .form_item .tit {
    width: 92px;
    float: left;
    line-height: 56px;
    text-align: left;
    font-size: 18px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: #333333;
}

.lm_index_4 .form_item .tit i {
    color: #f12e0f;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}

.form_item .form_input {
    width: 580px;
    height: 56px;
    background: url(img/icon-name.png) no-repeat center center;
    background-size: 580px 56px;
    border: none;
    text-indent: 20px;
}

.label_radio {
    margin-left: 92px;
    margin-top: 16px;
}

.label_radio label {
    margin-right: 16px;
}

.form_item .form_area {
    width: 580px;
    height: 120px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 18px 20px;
    background: url(img/icon-request.png) no-repeat center center;
    background-size: 580px 120px;
    border: none;
}

.form_item .form_tel {
    float: left;
    width: 250px;
    height: 56px;
    background: url(img/icon-phone.png) no-repeat center center;
    background-size: 250px 56px;
    border: none;
    text-indent: 20px;
}

.form_item .form_yzm {
    float: left;
    width: 150px;
    height: 56px;
    background: url(img/icon-yzm.png) no-repeat center center;
    background-size: 150px 56px;
    border: none;
    text-indent: 20px;
    margin: 0 15px;
}

.form_item .form_btn {
    font-family: STSongti-SC-Black, STSongti-SC;
    float: left;
    width: 150px;
    height: 56px;
    background: url(img/icon-number.png) no-repeat center center;
    background-size: 150px 56px;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, .99);
    font-size: 18px;
}

.tu_form_item .form_tel {
    width: 380px;
    background: url(img/icon-tu-img.png) no-repeat center center;
    background-size: 380px 56px;
}

.tu_form_item .tu_img {
    height: 56px;
    cursor: pointer;
}

.form_xy {
    font-family: PingFangSC-Regular, PingFang SC;
    color: #999999;
    line-height: 20px;
    margin: 16px 0 35px 92px;
}

.form_xy .xy_a {
    color: #815B58;
}

.form_xy .xy_a:hover {
    text-decoration: underline;
}

.form_btn_submit {
    width: 224px;
    height: 54px;
    background: url(img/icon-submit.png) no-repeat center center;
    background-size: 224px 54px;
    margin: 0 auto;
    text-align: center;
}

.gg_list {
    height: 60px;
    overflow: hidden;
}

.foot_friendLink {
    color: #999
}

.foot_friendLink .friendLink_tit {
    width: 80px;
}

.foot_friendLink .friendLink_list {
    width: 92%;
}

.foot_friendLink .friendLink_list a {
    float: left;
    margin-left: 30px;
    margin-bottom: 16px;
}

.foot_friendLink .friendLink_list a:first-child {
    margin-left: 0;
}

.go_see .form_btn_submit {
    width: 223px;
    height: 58px;
    background: url(img/common/tiyan-button.png) no-repeat center center;
    background-size: 223px 58px;
    margin: 20px auto 0;
    text-align: center;
}

.lmbj_banner {

}


.lm_index_5 {
    padding: 50px 0;
}

.lm_index_5 .index_tit {
    background: url(img/five.png) no-repeat top center;
    background-size: 160px 160px;
}

.lm_index_5 .index_5_list {
    margin-left: -20px;
    margin-top: 46px;
}

.lm_index_5 .list_5_item {
    float: left;
    width: 224px;
    height: 103px;
    margin: 0 0 20px 20px;
}

.lm_index_5 .list_5_item img {
    width: 224px;
    height: 103px;
}

.lmbj_banner {
    height: 480px;
    background: url("../images/lmbj_banner.jpg") no-repeat center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.lmbj_banner .banner_txt {
    display: block;
    margin: 0 auto;
    width: 637px;
    height: 76px;
    padding: 143px 0 13px;
    -webkit-mask: url(img/mask.png);
    -webkit-mask-size: 100% 8200%;
    -webkit-animation: inkMaskPlay2 1.5s .4s steps(80) both;
}

.lmbj_banner p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
}

.lmbj_tabs {
    padding: 12px 0;
}

.lmbj_tabs li {
    padding: 30px;
    margin-right: 24px;
    float: left;
    height: 110px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.lmbj_tabs li:hover {
    /*box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);*/
    transform: translateY(-8px);
}

.lmbj_tabs li:last-child {
    margin-right: 0;
}


.lmbj_tabs .icon {
    height: 48px;
    width: 48px;
    background: url(../images/lmbj_img1.png) no-repeat center;
}

.lmbj_tabs .icon3 {
    background-position: 0 0;
}

.lmbj_tabs .icon4 {
    background-position: -48px 0;
}

.lmbj_tabs .icon1 {
    background-position: -96px 0;
}

.lmbj_tabs .icon2 {
    background-position: -144px 0;
}

.lmbj_tabs .right {
    margin-left: 11px;
}

.lmbj_tabs .right .tit {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}

.lmbj_tabs .right p {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
}

.lmbj_box0 {
    padding: 50px 0;
    background-color: #F5F6F7;
}

.lmbj_box0 .top {
    margin-top: 50px;
}

.lmbj_box0 .photo {
    /* margin-left: 106px; */
    display: block;
    width: 475px;
    height: 319px;
}

.lmbj_box0 .right {
    width: 490px;
    margin-left: 165px;
}

.lmbj_box0 .right .tit {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
}

.lmbj_box0 .right p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
}

.lmbj_box0 .right .btn {
    float: left;
    display: block;
    margin-top: 24px;
    width: 136px;
    height: 44px;
    background: #E02A40;
    border: 1px solid #E02A40;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}


.lmbj_box0 .right .ask_btn {
    margin-left: 20px;
    background-color: transparent;
    color: #E02A40;
}

.lmbj_box0 .right .ask_btn:hover {
    background-color: #E02A40;
    color: #fff;
}

.lmbj_box0 .right .btn:hover {
    opacity: .9;
}

.lmbj_box0_bot {
    margin-top: 53px;
}

.lmbj_box0_bot > input {
    margin-right: 8px;
    display: block;
    float: left;
    padding: 0 24px;
    width: 225px;
    height: 52px;
    background: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.lmbj_box0_bot .tu_img {
    margin-top: 6px;
    height: 40px;
}

.lmbj_box0_bot .yzm {
    float: left;
    padding-right: 24px;
    height: 52px;
    background: #fff;
    border-radius: 4px;
}

.lmbj_box0_bot .txyzm {
    margin-right: 8px;
    padding-right: 6px;
}


.lmbj_box0_bot .yzm input {
    display: inline-block;
    border: 0;
    height: 52px;
    width: 140px;
    padding: 0 24px;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lmbj_box0_bot .yzm span {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 52px;
    cursor: pointer;
}

.lmbj_box0_bot button {
    width: 180px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    background: #E02A40;
    border-radius: 4px;
    transition: all .3s;
}

.lmbj_box0_bot button:hover {
    opacity: .9;
}

.lmbj_box1 {
    padding: 50px 0;
}

.lmbj_box1_content {
    padding: 48px 0;
    display: none;
}

.lmbj_box1_content.show {
    display: block;
}

.lmbj_box1_tabs {
    padding: 0 62px;
    margin-top: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, .4);
}

.lmbj_box1_tabs li {
    padding-bottom: 27px;
    margin-right: 56px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    cursor: pointer;
}

.lmbj_box1_tabs li.on {
    color: #9B6F49;
    position: relative;
}

.lmbj_box1_tabs li:hover {
    color: #9B6F49;
}

.lmbj_box1_tabs li.on:before {
    position: absolute;
    bottom: 0;
    left: 5%;
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background: #9B6F49;
}

.lmbj_box1_tabs li:last-child {
    margin-right: 0;
}

.lmbj_box1_content img {
    display: block;
    margin-left: 161px;
    width: 308px;
    height: 221px;
}

.lmbj_box1_content .right {
    margin-left: 131px;
    width: 600px;
}

.lmbj_box1_content .right .tit {
    margin-top: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}

.lmbj_box1_content .right p {
    margin-top: 8px;
    height: 96px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}

.lmbj_box1_content .right p a, .lmbj_box1_content .right p span {
    color: #E02A40;
}

.lmbj_box1_content .right .bot {
    margin-top: 10px;
}

.lmbj_box1_content .bot a {
    font-size: 14px;
    font-weight: 400;
    color: #E02A40;
    line-height: 44px;
}

.swiper-pagination-bullet-active {
    background-color: #E02A40;
}

.lmbj_box1_content .bot .btn {
    margin-right: 32px;
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    background: url(../images/lmbjlc_bth.png) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.lmbj_box2 {
    padding: 50px 0;
    background-color: #F5F6F7;
}

.lmbj_box2 ul {
    margin-top: 65px;
}

.lmbj_box2 li {
    padding-top: 58px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    width: 386px;
    height: 258px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.lmbj_box2 li:hover {
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.06);
}

.lmbj_box2 li:nth-child(3n) {
    margin-right: 0;
}

.lmbj_box2 li .tit {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
}

.lmbj_box2 li p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

.lmbj_box2 li .icon {
    margin: 0 auto;
    display: block;
    height: 68px;
    width: 68px;
    background: url(../images/lmbj_img2.png) no-repeat;
}

.lmbj_box2 li .icon4 {
    background-position: 0 0;
}

.lmbj_box2 li .icon5 {
    background-position: -68px 0;
}

.lmbj_box2 li .icon6 {
    background-position: -136px 0;
}

.lmbj_box2 li .icon1 {
    background-position: -204px 0;
}

.lmbj_box2 li .icon2 {
    background-position: -272px 0;
}

.lmbj_box2 li .icon3 {
    background-position: -340px 0;
}

.lmbj_box0 .common_tit {
    background-image: url('../images/lmbj_1.png');
}

.lmbj_box1 .common_tit {
    background-image: url('../images/lmbj_2.png');
}

.lmbj_box2 .common_tit {
    background-image: url('../images/lmbj_3.png');
}

.lmbj_box3 .common_tit {
    background-image: url('../images/lmbj_4.png');
}

.lmbj_box7 .common_tit {
    background-image: url('../images/lmbj_5.png');
}

.lmbj_box8 .common_tit {
    background-image: url('../images/lmbj_6.png');
}

.lm_index_6 .common_tit {
    background-image: url('../images/lmbj_7.png');
}

.lmbj_box5 .common_tit {
    background-image: url('../images/lmbj_8.png');
}

.lmbj_box6 .common_tit {
    background-image: url('../images/lmbj_9.png');
}

.lmbj_banner .go_see .form_btn_submit {
    margin-top: 30px;
}

.lmbj_box7 {
    padding: 60px 0 80px;
}

.lmbj_box7 ul {
    margin-top: 80px;
}

.lmbj_box7 li {
    float: left;
    width: 25%;
    text-align: center;
}

.lmbj_box7 li span {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 85px;
    width: 83px;
    background: url(../images/lmbjlc_img.png) center no-repeat;

}

.lmbj_box7 li span:before {
    content: '';
    display: block;
    position: absolute;
    right: -117px;
    top: 25px;
    width: 15px;
    height: 26px;
    background: url("../images/lmbjlc_jt.png") center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.lmbj_box7 li:last-child span:before {
    width: 0;
}

.lmbj_box7 li .icon3 {
    height: 85px;
    width: 83px;
    background-position: 0 0;
}

.lmbj_box7 li .icon4 {
    height: 91px;
    width: 83px;
    background-position: -83px 0;
}

.lmbj_box7 li .icon1 {
    height: 85px;
    width: 83px;
    background-position: -166px 0;
}

.lmbj_box7 li .icon2 {
    height: 85px;
    width: 83px;
    background-position: -249px 0;
}

.lmbj_box7 li .tit {
    margin-top: 37px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #181C29;
}

.lmbj_box7 li p {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #828897;
}

.lmbj_box7_btn {
    display: block;
    margin: 60px auto 0;
    width: 267px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #eee;
    cursor: pointer;
    background: url("../images/lmbjlc_bth.png") center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.lmbj_box8 {
    padding: 60px 0;
    background-color: #F5F6F7;
}


.lmbj_box8 ul {
    margin-top: 40px;
}

.lmbj_box8 li {
    margin: 20px 0;
    float: left;
    width: 20%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    overflow: hidden;
}

.lmbj_box8 li a {
    display: block;
}

.lmbj_box8 li img {
    max-width: 100%;
    max-height: 58px;
}



















